Action hook 'in_theme_update_message-{$theme_key}'
in WP Core File wp-admin/includes/update.php at line 842
Description
Fires at the end of the update message container in each row of the themes list table. The dynamic portion of the hook name, `$theme_key`, refers to the theme slug as found in the WordPress.org themes repository. }
Occurrences
Filename |
Line Number |
wp-admin/includes/update.php |
842 |
Parameters
Type |
Name |
Description |
WP_Theme |
$theme |
The WP_Theme object. |
array |
$response |
{ An array of metadata about the available theme update. |
PHP Doc
/**
* Fires at the end of the update message container in each
* row of the themes list table.
*
* The dynamic portion of the hook name, `$theme_key`, refers to
* the theme slug as found in the WordPress.org themes repository.
*
* @since 3.1.0
*
* @param WP_Theme $theme The WP_Theme object.
* @param array $response {
* An array of metadata about the available theme update.
*
* @type string $new_version New theme version.
* @type string $url Theme URL.
* @type string $package Theme update package URL.
* }
*/